@brief Retrieves the value of a DVBv5/libdvbv5 property
@ingroup frontend
@param parms struct dvb_v5_fe_parms pointer to the opened device
@param cmd DVBv5 or libdvbv5 property
@param value Pointer to an uint32_t where the value will be stored.
This reads the value of a property stored at the cache. Before using it,
a dvb_fe_get_parms() is likely required.
@brief Retrieves the value of a DVBv5/libdvbv5 property @ingroup frontend
@param parms struct dvb_v5_fe_parms pointer to the opened device @param cmd DVBv5 or libdvbv5 property @param value Pointer to an uint32_t where the value will be stored.
This reads the value of a property stored at the cache. Before using it, a dvb_fe_get_parms() is likely required.
@return Return 0 if success, EINVAL otherwise.